runtime.spanSPMC.head (field)
6 uses
runtime (current package)
mgcmark_greenteagc.go#L515: h := r.head.Load() // synchronize with consumers
mgcmark_greenteagc.go#L594: h := r.head.Load() // load-acquire, synchronize with other consumers
mgcmark_greenteagc.go#L608: if r.head.CompareAndSwap(h, h+n) {
mgcmark_greenteagc.go#L698: head atomic.Uint32
mgcmark_greenteagc.go#L733: h := r.head.Load()
mgcmark_greenteagc.go#L744: r.head.Store(0)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |